Web Service Installation
Created: 15 August 2018
Company: Viavi Webtech
Thank you for purchasing the app. If you have any questions that are beyond the scope of this help file, please feel free to message me via my user page contact form here. Thanks so much!
How to Configure Webservice In Your Server?
Live Installation
Follow the video tutorial ahead.
- First of all find the php_web_services folder from the downloaded package and upload on live server.
- Then create a database.
- Import the database from the db folder.
- Aftre creating database configure the connection.php file,which is in the includes folder of your package.
$serverIp="localhost"; //Depends on hosting, normaly localhost
$userName="db_user";
$password="db_pass";
$dbname="db_name";
That’s all,now run the webservice : http://domain.com/php_web_services/index.php
Default Login DetailsUser: admin
Pass: admin
Once again, thank you so much for purchasing this app. As I said at the beginning, I'd be glad to help you if you have any questions relating to this app. No guarantees, but I'll do my best to assist.
Vishal Parmar
Viavi Webtech